home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 January / macformat-020.iso / Shareware City / Developers / apps.to.go / AppWannabe / App.defs.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-05-11  |  512 b   |  24 lines  |  [TEXT/MPS ]

  1. /*------------------------------------------------------------------------------
  2. #
  3. #    Apple Macintosh Developer Technical Support
  4. #
  5. #    App.defs.h
  6. #
  7. #    Copyright © 1989-1992 Apple Computer, Inc.
  8. #    All rights reserved.
  9. #
  10. ------------------------------------------------------------------------------*/
  11.  
  12.  
  13. #ifndef __APPDEFS__
  14. #define __APPDEFS__
  15.  
  16. #define kDocCreator        'DUMB'        /* MPW make file has this value, too.  Change it there as well. */
  17. #define kDocFileType    'DUMD'
  18.  
  19. #define    mFile        129
  20. #define    mEdit        130
  21.  
  22. #endif
  23.  
  24.